func github.com/andybalholm/brotli.histogramReindexLiteral

2 uses

	github.com/andybalholm/brotli (current package)
		cluster_literal.go#L217: func histogramReindexLiteral(out []histogramLiteral, symbols []uint32, length uint) uint {
		cluster_literal.go#L325: 	*out_size = histogramReindexLiteral(out, histogram_symbols, in_size)